home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 114
/
Vol 114.iso
/
games
/
harry_po.swf
/
scripts
/
DefineSprite_246
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-08-12
|
190 b
|
12 lines
function fnShowName()
{
var f = this._currentframe;
if(f > 1 and f < 15)
{
var r = 1;
var c = 1;
debug_txt.text = r + "," + c + "," + f;
}
}
stop();